ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Sheet Namespace / WorkbookTable Class / WorkbookTable Constructor / WorkbookTable Constructor(String,String,WorkbookTableStyle,List<WorkbookTableColumn>)
The name of the table.
The range of the table.
The table style to use with the table.
The columns of the table.

In This Topic
    WorkbookTable Constructor(String,String,WorkbookTableStyle,List<WorkbookTableColumn>)
    In This Topic
    Creates a WorkbookTable instance.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal name As String, _
       ByVal range As String, _
       Optional ByVal style As WorkbookTableStyle, _
       Optional ByVal columns As List(Of WorkbookTableColumn) _
    )

    Parameters

    name
    The name of the table.
    range
    The range of the table.
    style
    The table style to use with the table.
    columns
    The columns of the table.
    See Also